Occurs when the ActiveX control receives an event from the user. The event name is passed as the first parameter specifying which event occurred.
Syntax |
|---|
|
result = EventTriggered( NameOfEvent, Parameters() ) |
Parameters |
|
|---|---|
|
NameOfEvent |
|
|
Parameters() |
array of Variant |
Return Value |
|
|---|---|
|
Result |
|
Notes
The second parameter contains the parameters for this event, passed in as an array of variants. The user should check the Ubound of the parameters list.